home *** CD-ROM | disk | FTP | other *** search
- // DH INTERACTIVE LLC, COPYRIGHT (C) 1999
- //
- // nurse.int written at Tue Dec 22 13:32 1998
- //
-
- 27 // file_type
- 105 // file_version
-
- // nurse // Session name
-
-
- // *** This first section has personality indices
- 10 // Bravery
- 10 // tenacity
- 6 // seconds to wait between attacks
- 3 // mobility type (biped WITH RUN but no jump)
- 10 // damage done by standard attack type 1
- 10 // damage done by standard attack type 2
- 10 // damage done by standard attack type 3
- 0 // standard attack resistance. (i.e. subtract this nubmer from damage incurred)
- 0 // melee attack resistance.
- 0 // projectile attack resistance.
- NONE // this is the name of the script to play when the entity dies
-
- // default goal
- 0 // sleep
-
- //
- // *** This second section contains attack_sector_structs (describes the criteria
- // for selecting an attack.
- //
-
- 0 // Number of entries
-
- // First entry
- //0 300 // inner and outer radius
- //-3.0 3.0 // left and right angle
- //PROJECTILE_1 // type of weapon to use.
-
- //
- // *** This third section contains hit_reaction_sector_structs (describes the which
- // hit reaction input to play given the placement of the enemy entity..
- //
-
- 2 // Number of entries
-
- // First entry
- 0 100 // inner and outer radius
- -1.570 1.570 // left and right angle
- 13 // button B + L1
-
- // Second entry
- 0 100 // inner and outer radius
- 1.570 -1.570 // left and right angle
- 13 // button C
-